Skip to content

[codex] Add CI verification workflow - #61

Merged
akshitkrnagpal merged 1 commit into
mainfrom
akshit/ci-verify-main
May 16, 2026
Merged

[codex] Add CI verification workflow#61
akshitkrnagpal merged 1 commit into
mainfrom
akshit/ci-verify-main

Conversation

@akshitkrnagpal

Copy link
Copy Markdown
Owner

Summary

Add GitHub Actions CI with two checks:

  • Go verification via make verify
  • Docs verification via pnpm install --frozen-lockfile and pnpm build

Why

The repo had strong local verification commands, but no hosted gate under .github/workflows, so regressions were only caught when a maintainer or agent remembered to run local checks.

Validation

  • make verify
  • pnpm install --frozen-lockfile && pnpm build

Note

Replacement for the stacked #60 after #59 was merged into main. This PR is based directly on main and only adds the CI workflow.

@vercel

vercel Bot commented May 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
revcat Ready Ready Preview, Comment May 16, 2026 9:59pm

@akshitkrnagpal
akshitkrnagpal marked this pull request as ready for review May 16, 2026 22:00
@akshitkrnagpal
akshitkrnagpal merged commit 18a427a into main May 16, 2026
4 checks passed
@akshitkrnagpal
akshitkrnagpal deleted the akshit/ci-verify-main branch May 16, 2026 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant